home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 1998 #6
/
1998 CD 6 (Gul).iso
/
k-cs.dxr
/
Internal_158_MMKyllingKør.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-04-22
|
250 b
|
16 lines
global Musik
on mouseDown
puppetSound(3, "Knap")
end
on mouseUp
set Musik to 0
mci("stop baggrund")
if the platform = "Windows,32" then
open("Launcher BBrother\Blues95.EXE")
else
open("Launcher BBrother\Blues31.EXE")
end if
end